/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/


/*=======================================
分页器样式
========================================*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  background: #333333;
  margin: 0 8px;
}
.swiper-container-horizontal .swiper-pagination-bullet-active {
  position: relative;
  background: #0ba43b!important;
}
.swiper-pagination-bullet-active::before {
  top: -6px;
  left: -6px;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #0ba43b;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width:992px) {
  .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .swiper-pagination-bullet-active::before {
    top: -3px;
    left: -3px;
    width: 12px;
    height:12px;
  }
}


/*=======================================
guide_title样式
========================================*/
.guide_title{
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.guide_title a{
  display: block;
  color: #ffffff;
}
.guide_title h2 {
  color: #333333;
}
.guide_title p {
  font-size: 0.2rem;
  color: #7e7e7e;
  margin: 10px 0;
}
@media (max-width:992px) {
  .guide_title h2 {
    font-size: 24px;
  }
  .guide_title p {
    font-size: 14px;
    margin:8px 0;
  }
}


/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
}
.banner_box,
.banner_box .banner_container,
.banner_box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner_box .swiper-slide {
  position: relative;
}
.banner_box .swiper-slide a {
  position: relative;
  z-index: 1;
}
.banner_box img {
  width: 100%;
}
.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.75rem;
  height: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.66rem;
  height: 0.66rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_next {
  right: 8%;
  background: url(../images/b-right.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_prev {
  left: 8%;
  background: url(../images/b-left.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_next:hover {
  background: url(../images/ba-right.png) no-repeat center/cover;
}
.banner_box .banner_prev:hover {
  background: url(../images/ba-left.png) no-repeat center/cover;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
  outline: none;
}
@media (max-width: 768px) {
  .banner_box .banner_prev {
    left: 15px;
  }
  .banner_box .banner_next {
    right: 15px;
  }
}

/*=======================================
guide_search
========================================*/
.guide_search {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.guide_search .left {
  max-width: 60%;
  overflow: hidden;
}
.guide_search .left b {
  font-size: 18px;
  color: #0ba43b;
  margin-right: 0.3rem;
}
.guide_search .left li a {
  color: #666666;
  font-size: 14px;
}
.guide_search .left li:last-child a span {
  display: none;
}
.guide_search .right {
  overflow: hidden;
  margin: 15px 0;
  height: 38px;
  line-height: 36px;
  -moz-border-radius: 38px;
  -o-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  border: 1px solid #0ba43b;
}
.guide_search .right input {
  font-size: 14px;
  line-height: 36px;
  padding: 0 20px;
  width: 3rem;
}
.guide_search .right input::placeholder {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 36px;
}
.guide_search .right button {
  position: relative;
  width: 50px;
  height: 38px;
  outline: none;
  border: 0px;
  background-color: #0ba43b;
}
.guide_search .right button img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2px;
  width: 25px;
}


/*=======================================
guide_pro
========================================*/
.guide_pro{
  position: relative;
  overflow: hidden;
}
/*--left--*/
.guide_pro .left{
  float: left;
  width:82.1%;
  padding: 1rem 0; 
  overflow: hidden;
}
.guide_pro .left .main{
  width:100%;
}
/*--文字--*/
.guide_pro .left .txt{
  float: left;
  width:3.3rem;
}
.guide_pro .title h2{
  color: #0ba43b;
}
.guide_pro .title p{
  font-size: 0.2rem;
  color:#7e7e7e;
  margin: 10px 0;
}
.guide_pro .main ul{
  width: 100%;
  padding-left: 0.05rem;
}
.guide_pro .main ul h5{
  width: 100%;
  float: left;
  margin: 0.3rem 0 0.1rem;
  font-size: 0.18rem;
  color:#b3b3b3;
  margin-left: -0.05rem;
}
.guide_pro .main ul li{
  float: left;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  background-color: #ffffff;
  -moz-border-radius:0.08rem;
  -o-border-radius:0.08rem;
  -webkit-border-radius:0.08rem;
  border-radius:0.08rem;
  box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.06);
  margin: 0.1rem 0.2rem 0.1rem 0;
  transition-duration: .8s;
}
.guide_pro .main ul li span{
  display:block;
  margin: 0.2rem auto 0;
  width: 0.5rem;
  height:0.5rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_pro .main ul li p{ 
  color: #666666;
  padding: 0 0.1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_pro .main ul li:hover{
  background-color: #0ba43b;
}
.guide_pro .main ul li:hover span{
  background-position: 0px -0.5rem!important;
}
.guide_pro .main ul li:hover p{  
  color: #ffffff;
}

/*--图片--*/
.guide_pro .left .pic{
  position: relative;
  float:right;
  width: 7rem;
  margin-right: 0.8rem;
}
.guide_pro .left .pic::before ,.guide_pro .left .pic::after{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  display: block;
  content: '';
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  box-shadow: 0px 0px 30px 0px rgba(11, 164, 59, 0.1);
  animation: boderM3 4s .75s infinite;
  -webkit-animation: boderM3 4s .75s infinite;
}
.guide_pro .left .pic::before{
  width:6.3rem;
  height:6.3rem;
}
.guide_pro .left .pic::after{
  width:5.5rem;
  height:5.5rem;
  z-index: 2;
}
.guide_pro .left .pic a{
  position: relative;
  margin: auto;
  display: block;
  width:6rem;
  height:6rem;
  overflow: hidden;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  z-index:3;
}
.guide_pro .left .pic a img{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*--更多--*/
.guide_pro .main .more{
  float: left;
  margin-top: 0.5rem;
}
/*--right--*/
.guide_pro .right{
  float:right;
  padding: 1rem 0 0.5rem; 
  max-width:17.9%;
}
.guide_pro .right h3{
  color: #b3b3b3;
  font-size: 0.24rem;
  font-weight: normal;
}
.guide_pro .right li{
  cursor: pointer;
  color: #666666;
  font-size: 0.14rem;
  overflow: hidden;
  width: 2.4rem;
  height: 0.55rem;
  line-height: 0.55rem;
  padding: 0 0.1rem;
  text-align: center;
  background-color: #ffffff;
  -moz-border-radius:0.5rem;
  -o-border-radius:0.5rem;
  -webkit-border-radius:0.5rem;
  border-radius:0.5rem;
  box-shadow: 0px 0px 0.08rem 0.01rem rgba(51, 51, 51, 0.07);
  margin: 0.2rem  0;
  transition-duration: .8s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_pro .right li:hover ,.guide_pro .right .on{
  background-color: #0ba43b;
  color: #ffffff;
  -o-transform:translateX(-0.2rem);
  -moz-transform: translateX(-0.2rem);
  -ms-transform:translateX(-0.2rem);
  -webkit-transform:translateX(-0.2rem);
  transform: translateX(-0.2rem);
}
.guide_pro .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:0.2rem;
}

@media (min-width:992px) and (max-width:1600px) {
  .guide_pro .left .txt{
    width:3.8rem;
  }
  .guide_pro .left .pic{
    margin-right: 13%;
  }
}
@media (max-width:992px) {
  .proTxtBox{
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0;
  }
  /*--手机标题--*/
  .guide_pro .title{
    text-align: center;
  }
  .guide_pro .title h2{
    font-size:24px;
    font-weight: bold;
  }
  .guide_pro .title p{
    font-size: 14px;
  }
  /*--手机栏目--*/
  .guide_pro .mleft{
    float:left;
    width: 100%;
  }
  .guide_pro .mleft ul{
    width: 100%;
    padding-left:7px;
    margin-left:-1%;
  }
  .guide_pro .mleft li{
    float: left;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    width:30.33%;
    height:35px;
    line-height:35px;
    padding: 0 0.1rem;
    text-align: center;
    background-color: #ffffff;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 6px 1px rgba(51, 51, 51, 0.07);
    margin:5px 3% 5px 0;
    transition-duration: .8s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .guide_pro .mleft li:hover{
    background-color: #0ba43b;
    color: #ffffff;
  }
  .guide_pro .left{
    width:100%;
    max-width: 100%;
    padding: 0;
  }
  .guide_pro .left .title{
    display: none;
  }
  .guide_pro .swiper-slide{
    display: block;
    overflow: hidden;
  }
  /*--内容--*/
  .guide_pro .left .txt{
    float: inherit;
    width:6rem;
    margin: 0 auto;
  }
  .guide_pro .main ul{
    float: left;
    padding: 0;
    margin-bottom:20px;
  }
  .guide_pro .main ul h5 {
    width: 100%;
    float: left;
    margin:20px 0 10px;
    font-size: 18px;
    color: #b3b3b3;
  }
  .guide_pro .left .txt li{
    width:2.8rem;
    height:2.8rem;
    margin:0.1rem;
  }

  .guide_pro .main ul li span{
    margin:0.6rem auto 0;
    width:0.85rem;
    height:0.85rem;
  }
  .guide_pro .main ul li:hover span{
    background-position: 0px -0.85rem!important;
  }
  .guide_pro .main ul li p{
    padding:0.15rem;
    font-size:0.28rem;
  }
  /*--图片--*/
  .guide_pro .left .pic{
    position: relative;
    padding-top: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .guide_pro .left .pic::before{
    width:73%;
    height:73%;
    box-shadow: 0px 0px 10px 0px rgba(11, 164, 59, 0.1);
  }
  .guide_pro .left .pic::after{
    width:66%;
    height:66%;
    box-shadow: 0px 0px 10px 0px rgba(11, 164, 59, 0.1);
  }
  .guide_pro .left .pic a{
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width:75%;
    height:75%;
  }

  /*--更多--*/
  .guide_pro .main .more{
    float:inherit;
    margin:0 auto;
  }
  .guide_pro .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:9rem;
  }

}
@media (max-width:640px) {
  .guide_pro .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:8.5rem;
  }
}

/*=======================================
  guide_adv
========================================*/
.guide_adv {
  position: relative;
  width: 100%;
  padding:1rem 0;
}
.guide_adv .bd{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guide_adv .bd li{
  width: 100%;
  height: 100%;
}
.guide_adv .container {
  font-size: 0px;
  position: relative;
  z-index: 2;
}
.guide_adv .container > div {
  display: inline-block;
  vertical-align: middle;
}
.guide_adv .container .left {
  width: 35%;
}
.guide_adv .container .right {
  width:60%;
  padding-left: 1.5%;
  margin-left: 5%;
  box-sizing: border-box;
}
.guide_adv .guide_title{
  text-align: left;
}
.guide_adv .guide_title a{
  color: #ffffff;
}
.guide_adv .guide_title h1 {
  font-size: 40px;
  padding-bottom: 0.25rem;
  position: relative;
  color: #ffffff;
}
.guide_adv .guide_title h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.7rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_adv .guide_title p {
  font-size: 20px;
  margin: 0.25rem 0;
  line-height: 1.7;
  color: #ffffff;
}
.guide_adv .guide_title .smore {
  border: 1px solid #ffffff;
}
.guide_adv .guide_title .smore:hover {
  border: 1px solid #0ba43b;
}
.guide_adv .container .right li {
  position: relative;
  float:left;
  width: 48%;
  margin:1% 0 1% 2%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0.25rem;
  opacity: 0.85;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dl {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  right: 0.25rem;
  height: 0.45rem;
  width: 0.45rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dd {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0.3rem;
}
.guide_adv .container .right li dd h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: bolder;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p {
  width: 100%;
  margin: 0.15rem 0;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #0ba43b;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p:nth-child(2n-1) {
  background-color: #ff9308;
}
.guide_adv .container .right li:hover , .guide_adv .container .right .on{
  opacity: 1;
  background-color: #0ba43b;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
 
}
.guide_adv .container .right li:hover dd h3 , .guide_adv .container .right .on dd h3{
  color: #ffffff;
}
.guide_adv .container .right li:hover dd p , .guide_adv .container .right .on dd p {
  background-color: #ffffff!important;
  color: #0ba43b
}
.guide_adv .container .right li:hover dl ,.guide_adv .container .right .on dl{
  background-position: 0px -0.45rem !important;
}

.guide_adv .more{
  background-color:rgba(255, 255, 255, 0.6);
  color: #333333;
}

@media (max-width: 1440px) {
  .guide_adv .container .right li dd h3 {
    font-size: 20px;
  }
  .guide_adv .container .right li dd p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .guide_adv .guide_title{
    text-align:center;
  }
  .guide_adv .guide_title h1 {
    font-size: 24px;
  }
  .guide_adv .guide_title p {
    font-size: 14px;
  }
  .guide_adv .container>div{
    width: 100%!important;
    padding: 0!important;
  }
  .guide_adv .container .left{
    text-align: center;
  }
  .guide_adv .guide_title h1::after{
    right: 0;
    margin: auto;
  }
  .guide_adv .guide_title p{
    font-size: 12px;
  }
  .guide_adv .guide_title .smore{
    margin: 0.1rem auto 0.2rem;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .guide_adv .container .right{
    margin: 0;
  }
  .guide_adv .container .right li{
    width:48%;
    margin:1% ;
  }
  .guide_adv .container .right li dd{
    padding-top: 0.5rem;
  }
  .guide_adv .container .right li dd h3{
    font-size: 18px;
  }
  .guide_adv .bd li{
    background-attachment:initial!important;
  }
}


/*=======================================
  guide_about
========================================*/
.guide_about{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
  background: url(../images/about-bg.jpg) center right / cover no-repeat;
}
.guide_about .main>div{
  margin-top: 0.25rem;
  width: 50%;
}

/*--左边--*/
.guide_about .left{
  overflow: hidden;
  padding-right:0.8rem;
}
.guide_about .left a{
  display: block;
  overflow: hidden;
}
.guide_about .left h1{
  color:#ededed;
  font-size:0.8rem;
  font-weight: bold;
  line-height: 1;
}
.guide_about .left h2{
  font-weight: bold;
  color: #333333;
  margin-top: -0.4rem;
}
.guide_about .left dl{
  overflow: hidden;
  margin: 0.5rem 0;
}
.guide_about .left dl p{
  font-size: 14px;
  color: #666666;
  line-height: 27px;
  height: 162px;
}
.guide_about .left ul{
  overflow: hidden;
  margin-top: 0.2rem;
}
.guide_about .left ul li{
  float: left;
  margin-right: 0.6rem;
  text-align: center;
}
.guide_about .left ul li img{
  width: 0.8rem;
  margin: auto;
}
.guide_about .left ul li h5{
  font-size: 0.18rem;
  margin: 0.1rem 0;
}
.guide_about .left ul li p{
  font-size: 0.14rem;
  color: #b3b3b3;
  line-height: 1;
}
.guide_about .left ul li:hover img{
  transform: rotateY(360deg);
  transition: transform 0.5s ease;
}
/*--右边--*/
.guide_about .right dl ,.guide_about .right img ,.guide_about .right dd{
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.guide_about .right img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_about .right dl:hover img {
  transform: scale(1.05);
}
.guide_about .right dd h1{
  font-size: 48px;
  font-weight: bold;
  color: #0ba43b;
  margin-top: 0.3rem;
}
.guide_about .right dd h1 span{
  color: #ff9308;
}
.guide_about .right dd p{
  margin-top:0.13rem;
  font-size: 0.14rem;
  color: #b3b3b3;
}

@media (max-width:992px) {
  .guide_about .main>div{
    margin:0px;
    width:100%;
  }
  .guide_about .main .left{
    padding: 0;
  }
  .guide_about .left dl{
    margin: 10px 0;
  }
  .guide_about .main .left .more{
    margin: 0;
  }
  .guide_about .left ul{
    margin:15px 0 10px;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap: wrap;
  }
  .guide_about .left ul li{
    margin:0 0.15rem 10px 0;
  }
  .guide_about .left ul li p{
    font-size: 12px;
  }
  .guide_about .left ul li:last-child{
    margin: 0;
  }
  .guide_about .right dd h1{
    margin-top: 15px;
    font-size:30px;
  }
  .guide_about .right dd p{
    margin-top:5px;
    font-size:12px;
  }
}


/*=======================================
  guide_case
========================================*/
.guide_case{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 0;
}
.guide_case .main{
  margin-top: 0.1rem;
}
.guide_case .main li a{
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align:top;
}
.guide_case .main li{
  position: relative;
  overflow: hidden;
}
.guide_case .main li dl{
  position: relative;
  width: 100%;
}
.guide_case .main li dl a{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 108%;
}
.guide_case .main li dl img{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.guide_case .main li:hover dl img{
  transform: scale(1.05);
}
.guide_case .main li dd{
  position: relative;
  z-index: 2;
  padding: 0.3rem 0.3rem 0.4rem;
  text-align: center;
}
.guide_case .main li dd em{
  display: block;
  margin: 0 auto 0.15rem;
  width:40px;
  height:40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main li:hover dd em{
  background-position: 0px -40px!important;
}
.guide_case .main li dd h5{
  font-size: 22px;
}
.guide_case .main li dd p{
  font-size:14px;
  color: #7e7e7e;
  margin-bottom: 20px;
}
.guide_case .main li dd span{
  position: relative;
  font-size:30px;
  color:#b3b3b3;
  padding: 0 0.3rem;
}
.guide_case .main li dd span::before ,.guide_case .main li dd span::after{
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 1px;
  background-color: #b3b3b3;
  top:50%;
  transform:translateY(-50%)
}
.guide_case .main li dd span::before{
  left: -50%;
}
.guide_case .main li dd span::after{
  right: -50%;
}
.guide_case .main li .c_more{
  width: 100%;
}
.guide_case .main li .c_more a{
  display: none;
  width: 45%;
  margin:0 2%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius:30px;
  background-color: #ffffff;
  margin:15px 2% 40px;
  font-size: 14px;
}
@media (min-width:640px) {
  .guide_case .main li:hover .c_more a{
    display:inline-block;
    color: #0ba43b;
  }
  .guide_case .main li:hover dd{
    margin-top: -100px;
    background-color: #0ba43b;
  }
}
.guide_case .main li:hover dd h5 ,.guide_case .main li:hover dd p ,.guide_case .main li:hover dd span{
  color:#ffffff;
}
.guide_case .main li:hover dd span::before ,.guide_case .main li:hover dd span::after{
  background-color: #ffffff;
}

@media (max-width:640px) {
  .guide_case .main li dd{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50% ,-50%);
    z-index: 3;
  }
  .guide_case .main li::before{
    position: absolute;
    top:0;
    left:0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index:2;
  }
  .guide_case .main li dd em{
    background-position: 0px -40px!important;
  }
  .guide_case .main li dd h5 ,.guide_case .main li dd p ,.guide_case .main li dd span{
    color:#ffffff;
  }
  .guide_case .main li dd span::before ,.guide_case .main li dd span::after{
    background-color: #ffffff;
  }
  .guide_case  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 0.6;
  }
}

/*=======================================
  guide_service
========================================*/
.guide_service{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 0.2rem;
  background: url(../images/scer-bg.jpg) center right / cover no-repeat;
}
.guide_service .guide_title h2 ,.guide_service .guide_title p{
  color: #ffffff;
}
.guide_service .main{
  width: 79.7%;
  margin: 0 auto;
}
/*--流程--*/
.guide_service .main ul a{
  overflow: hidden;
  padding: 0 0.78rem;
  background: url(../images/process-line.png) center center no-repeat;
  background-size:100% auto;
}
.guide_service .main ul li{
  padding:0.4rem 5px 0;
  margin:0;
  width: 1.67rem;
  height: 1.67rem;
  background: url(../images/sev1.png) center center/ cover no-repeat;
}
.guide_service .main ul li img{
  display: block;
  margin: auto;
  width: 0.5rem;
}
.guide_service .main ul li p{
  text-align:center;
  font-size: 0.17rem;
  color: #333333;
  margin-top: 0.1rem;
}
.guide_service .main ul li:nth-child(2n) p{
  color: #ffffff;
}
.guide_service .main ul li:nth-child(2n){
  background: url(../images/sev2.png) center center/ cover no-repeat;
}
/*--留言--*/
.guide_service .guide_message{
  overflow: hidden;
  padding:4% 0.78rem;
}
.guide_service .guide_message .left{
  float: left;
  position: relative;
  width: 6.05rem;
  background-color: #ffffff;
  z-index: 2;
  padding:0.44rem 0.3rem 1rem 1.2rem;
}
.guide_service .left img{
  position: absolute;
}
.guide_service .guide_message .left h2{
  font-size: 0.28rem;
}
.guide_service .guide_message .left h1{
  font-size: 0.4rem;
  margin: 0.15rem 0 0.5rem;
}
.guide_service .guide_message .left p ,.guide_service .guide_message .left span{
  font-size: 0.18rem;
  height: 0.36rem;
}
.guide_service .guide_message .left span{
  color: #0ba43b;
}
.guide_service .left .leftpic{
  left: -1.2rem;
  top:-10%;
  height:115%;
}
.guide_service .left .bottompic{
  right: -0.5rem;
  bottom:-13%;
  height:1.8rem;
}
.guide_service .guide_message .right{
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 0.45rem 0.3rem 0 0.6rem;
}
.guide_service .guide_message .s_left{
  width: 2.75rem;
  float: left;
}
.guide_service .guide_message .s_left .form-row{
  position: relative;
}
.guide_service .guide_message .s_left input{
  height: 0.48rem;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 0.11rem;
  border: 1px solid #f3f3f3;
  width: 100%;
}
.row-controls img{
  position: absolute;
  right: 1px;
  top: 1px;
  height: 0.48rem;
  width: 1rem;
}
.guide_service .guide_message .s_right{
  float: right;
  width:3.8rem;
  height: 1.67rem;
  overflow: hidden;
}
.guide_service .guide_message .s_right textarea{
  border: 1px solid #f3f3f3;
  outline: none;
  width:100%;
  height: 1.67rem;
  line-height: 0.48rem;
  overflow: hidden;
}
.guide_service .guide_message .submit{
  float: left;
  width: 100%;
  margin-top: 0.15rem;
}
.guide_service .guide_message .submit button{
  padding: 0;
  width: 100%;
  overflow: hidden;
  outline: none;
  border: none;
  background-color: #0ba43b;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #ffffff;
}
.guide_service .guide_message .right p{
  float: left;
  font-size: 0.16rem;
  color: #7e7e7e;
  margin:0.15rem auto 0.3rem ;
}

@media (max-width:1200px) {
  .guide_service .guide_message{
    padding:4% 0.78rem 3%;
  }
  .guide_service .guide_message>div{
    width: 100%!important;
  }
  .guide_service .guide_message .right{
    padding: 0.4rem;
  }
  .guide_service .guide_message .s_left{
    width: 40%;
  }
  .guide_service .guide_message .s_left input{
    height: 45px;
    line-height: 43px;
    margin-bottom: 10px;
  }
  .guide_service .guide_message .s_left img{
    height:43px;
    width: 80px;
  }
  .guide_service .guide_message .s_right{
    width:58%;
  }
  .guide_service .guide_message .s_right textarea{
    height:155px;
    line-height: 43px;
  }
  .guide_service .guide_message .submit button{
    height: 45px;
    line-height:45px;
  }
  .guide_service .guide_message .right p{
    font-size:14px;
    margin:15px auto 5px;
  }
  .guide_service .guide_message .left p ,.guide_service .guide_message .left span{
    height: 0.36rem;
    font-size: 0.24rem;
  }
}
@media (max-width:640px) {
  .guide_service{
    padding: 0.5rem 0;
  }
  .guide_service .guide_message{
    padding:4% 15px 2% ;
  }
  .guide_service .left .leftpic{
    left: -0.95rem;
  }
  .guide_service .left .bottompic{
    right: 0;
    height: 1.5rem;
  }
  .guide_service .guide_message .s_left , .guide_service .guide_message .s_right{
    width:100%;
  }
}

@media (max-width:992px) {
  .guide_service .main {
    width: 100%;
  }
  /*--流程--*/
  .guide_service .main ul a{
    padding:0 0.2rem;
    flex-wrap: wrap;
    background: url(../images/phone-line.png) center center no-repeat;
    background-size:100% auto;

  }
  .guide_service .main ul li{
    position: relative;
    width:20%;
    padding-top:20%;
    margin:5%;
    background-size: 100%!important;
  }
  .guide_service .main ul li dl{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50% ,-50%);
  }
  .guide_service .main ul li p{
    font-size:16px;
  }
  /*--留言--*/
}
@media (max-width:750px) {
  /*--流程--*/
  .guide_service .main ul li{
    width:28%;
    padding-top:28%;
    margin:2%;
  }
  .guide_service .main ul li p{
    font-size: 0.24rem;
  }
  /*--留言--*/
}


/*=======================================
  guide_news
========================================*/
.guide_news{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
  background: url(../images/news-bg.jpg) center center / cover no-repeat;
}
.guide_news .more{
  margin:0.1rem auto 0;
}
.guide_news .main{
  overflow: hidden;
  margin-top: 0.2rem;
}
.guide_news .main>div{
  width: 50%;
  overflow: hidden;
}
.guide_news .main li{
  margin-bottom:20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.guide_news .main dd{
  padding:15px 0 0;
  overflow: hidden;
}
.guide_news .main dd h2{
  font-size:26px;
  height: 40px;
  margin-bottom: 8px;
  color: #333333;
}
.guide_news .main dd p{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #7e7e7e;
}
.guide_news .left dl{
  width: 100%;
  height: 430px;
  overflow: hidden;
  background-color: #b3b3b3;
}
.guide_news .left dl img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.guide_news .left:hover dl img{
  transform: scale(1.05);
}
.guide_news .right{
  padding-left: 30px;
}
.guide_news .right li{
  padding: 12px 0;
}
.guide_news .right dl{
  float: left;
  width: 125px;
  padding:0 15px;
  text-align: center;
}
.guide_news .right dl h1{
  font-size: 38px;
  padding-top: 10px;
}
.guide_news .right dl p{
  font-size: 18px;
}
.guide_news .right dd{
  padding: 0 15px;
  border-left: 1px solid #dcdcdc;
}
.guide_news .main li:hover{
  background-color: #0ba43b;
}
.guide_news .main .left a:hover h2{
  color: #0ba43b;
}
.guide_news .main li:hover a ,.guide_news .main li:hover a h2 , .guide_news .main li:hover a p{
  color: #ffffff;
}
.guide_news .main .right li:hover a dd{
  border-left: 1px solid #ffffff;
}

@media (max-width:1360px) {
  .guide_news .main dd h2{
    font-size:0.28rem;
    height: 0.4rem;
    margin-bottom: 0.08rem;
  }
  .guide_news .main dd p{
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .guide_news .left dl{
    height: 4.3rem;
  }
  .guide_news .right li{
    margin-bottom: 0.2rem;
  }
  .guide_news .right{
    padding-left: 0.3rem;
  }
  .guide_news .right dl{
    width: 1.25rem;
    padding:0 0.15rem;
  }
  .guide_news .right dl h1{
    font-size: 0.45rem;
  }
  .guide_news .right dl p{
    font-size: 0.18rem;
  }
}
@media (max-width:992px) {
  .guide_news .main>div{
    width: 100%;
  }
  .guide_news .left{
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.1);
  }
  .guide_news .left dd{
    padding: 15px;
  }
  .guide_news .right {
    padding: 0;
    margin-top: 15px;
  }
  .guide_news .right li{
    background-color: #ffffff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius: 0px;
    -o-border-radius:0px;
    border-radius:0px;
    padding:15px 0;
  }
  .guide_news .right li:last-child{
    display: none;
  }
  .guide_news .right dl h1{
    padding:15px 0 0;
  }
  .guide_news .more{
    margin-top:0px;
  }
  .guide_news .right dl{
    width:80px;
  }
  .guide_news .main dd h2{
    font-size:18px;
    height:26px;
    margin-bottom:5px;
  }
  .guide_news .main dd p{
    font-size:14px;
    line-height:22px;
    height:44px;
  }
  .guide_news .left dl{
    position: relative;
    height:auto;
    padding-top: 64%;
    background-color: inherit;
  }
  .guide_news .left dl img{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
  }
  .guide_news .right li{
    margin-bottom:15px;
  }
  .guide_news .right dl h1{
    font-size:30px;
  }
  .guide_news .right dl p{
    font-size:14px;
  }
}
